home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Aminet 25
/
Aminet 25 (1998)(GTI - Schatztruhe)[!][Jun 1998].iso
/
Aminet
/
mus
/
misc
/
MPTool.lha
/
MPTool
/
Bonus
/
LookFile
/
LookFile.doc
< prev
Wrap
Text File
|
1997-10-28
|
1KB
|
43 lines
Short: A Simple Text File Transformer
Author: Patrick Heinrich
E-mail: patrick.heinrich@admieg.ensieg.inpg.fr
Uploader:
Version: 0.02
LookFile V0.02 '97 by TMG
Usage : LookFile <Option> <Infile> [<Outfile>]
<Option> : u <=> File to Upper Case
l <=> File to Lower Case
s <=> File to Look 'Smart'
t <=> File to Text Mode
1. History ;)
0.01 : just a simple working version :)
0.02 : [08/09/97]
improved the checking ...
2. Purpose :
It was made to transform upper case written texts into lower case or other
styles. The 'u' and 'l' are basic transformations. The 's' (smart mode)
puts the first character into upper case, following characters in lower case
( ex: "LOOKFILE" is changed in "Lookfile" ). The 't' (Text Mode) is looking
for '.', '!', '?' to change your text (first letter of a sentence in upper
case ...).
You just need to copy it wherever you want (c:, ...)
ex: c:LookFile u Toto.txt
will change your text file (Toto.txt) in an upper case text file ...
3. Hav' Fun